'DeclarationOverloads Function Translate( _ ByVal preferredLocales As IList(Of String), _ ByVal key As String, _ ByVal text As String, _ ByVal ParamArray args() As Object _ ) As LocalizedText
'UsageDim instance As ITranslationManager Dim preferredLocales As IList(Of String) Dim key As String Dim text As String Dim args() As Object Dim value As LocalizedText value = instance.Translate(preferredLocales, key, text, args)
LocalizedText Translate( IList<string> preferredLocales, string key, string text, params object[] args )
LocalizedText^ Translate( IList<String^>^ preferredLocales, String^ key, String^ text, ... array<Object^>^ args )
Parameters
- preferredLocales
 - The list of preferred locales
 - key
 - The key used to look up the translation
 - text
 - The text to translate
 - args
 - The format argumente
 
Return Value
The translated text